Objects Types and Constants Properties Methods Object Hierarchy Index

Root Property

Description:

True if the Graphic object is the root of a tree.

Syntax:

C++:
#include "imsigx.h"

HRESULT hr = pObject->get_Root(&prop1);
HRESULT hr = pObject->put_Root(prop2);

Visual Basic:
prop1 = object.Root
object.Root = prop2

/r/n

Parts:

prop1

IMSI_BOOL

[out][retval]

True if the Graphic object is the root of a tree.

prop2

IMSI_BOOL

[in]

True if the Graphic object is the root of a tree.

Defined in:

Graphic


Objects Types and Constants Properties Methods Object Hierarchy Index

SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums